home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextLibrary / Languages / German / Configure.lproj / Inspector.nib / data.classes next >
Encoding:
Text File  |  1993-09-14  |  758 b   |  59 lines

  1. SwitchView = {
  2.     SUPERCLASS = View;
  3. };
  4. DevicePicker = {
  5.     ACTIONS = {
  6.     installDriver:;
  7.     cancel:;
  8.     doNothing:;
  9.     doubleClick:;
  10.     pick:;
  11.     };
  12.     OUTLETS = {
  13.     window;
  14.     pickButton;
  15.     deviceBrowser;
  16.     titleText;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. InspectorController = {
  21.     ACTIONS = {
  22.     remove:;
  23.     save:;
  24.     add:;
  25.     categoryChosen:;
  26.     done:;
  27.     installedDevicePicked:;
  28.     };
  29.     OUTLETS = {
  30.     delegate;
  31.     currentDriver;
  32.     window;
  33.     devmatrix;
  34.     removeButton;
  35.     deviceEditView;
  36.     outerSwitcher;
  37.     buttons;
  38.     switcher;
  39.     picker;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43. FirstResponder = {
  44.     ACTIONS = {
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. ConflictsPanel = {
  49.     ACTIONS = {
  50.     showPanel:;
  51.     browserClicked:;
  52.     };
  53.     OUTLETS = {
  54.     window;
  55.     browser;
  56.     };
  57.     SUPERCLASS = Object;
  58. };
  59.